projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
427d216
)
Adwaita: Add spacing to message dialogs
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 11 Apr 2019 22:58:40 +0000
(18:58 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 11 Apr 2019 23:39:44 +0000
(19:39 -0400)
The text was running into the action area.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 44e6fde53434cb0e23f8642ba599945d2dfa484e..dfc686260622d85cf872eb4ffee34df3d66e51a0 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-3853,6
+3853,10
@@
messagedialog { // Message Dialog styling
border-top-right-radius: 7px;
}
+ box.dialog-vbox.vertical {
+ border-spacing: 10px;
+ }
+
&.csd { // rounded bottom border styling for csd version
&.background {
// bigger radius for better antialiasing